google.golang.org/protobuf/internal/impl.valueCoderFuncs.unmarshal (field)

58 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_extension.go#L139: 			val, out, err = f.lazy.xi.funcs.unmarshal(b, val, num, wtyp, lazyUnmarshalOptions)
		codec_field.go#L319: 	unmarshal: consumeMessageValue,
		codec_field.go#L343: 	unmarshal: consumeGroupValue,
		codec_field.go#L648: 	unmarshal: consumeMessageSliceValue,
		codec_field.go#L705: 	unmarshal: consumeGroupSliceValue,
		codec_gen.go#L297: 	unmarshal: consumeBoolValue,
		codec_gen.go#L376: 	unmarshal: consumeBoolSliceValue,
		codec_gen.go#L419: 	unmarshal: consumeBoolSliceValue,
		codec_gen.go#L461: 	unmarshal: consumeEnumValue,
		codec_gen.go#L540: 	unmarshal: consumeEnumSliceValue,
		codec_gen.go#L583: 	unmarshal: consumeEnumSliceValue,
		codec_gen.go#L867: 	unmarshal: consumeInt32Value,
		codec_gen.go#L946: 	unmarshal: consumeInt32SliceValue,
		codec_gen.go#L989: 	unmarshal: consumeInt32SliceValue,
		codec_gen.go#L1273: 	unmarshal: consumeSint32Value,
		codec_gen.go#L1352: 	unmarshal: consumeSint32SliceValue,
		codec_gen.go#L1395: 	unmarshal: consumeSint32SliceValue,
		codec_gen.go#L1679: 	unmarshal: consumeUint32Value,
		codec_gen.go#L1758: 	unmarshal: consumeUint32SliceValue,
		codec_gen.go#L1801: 	unmarshal: consumeUint32SliceValue,
		codec_gen.go#L2085: 	unmarshal: consumeInt64Value,
		codec_gen.go#L2164: 	unmarshal: consumeInt64SliceValue,
		codec_gen.go#L2207: 	unmarshal: consumeInt64SliceValue,
		codec_gen.go#L2491: 	unmarshal: consumeSint64Value,
		codec_gen.go#L2570: 	unmarshal: consumeSint64SliceValue,
		codec_gen.go#L2613: 	unmarshal: consumeSint64SliceValue,
		codec_gen.go#L2897: 	unmarshal: consumeUint64Value,
		codec_gen.go#L2976: 	unmarshal: consumeUint64SliceValue,
		codec_gen.go#L3019: 	unmarshal: consumeUint64SliceValue,
		codec_gen.go#L3244: 	unmarshal: consumeSfixed32Value,
		codec_gen.go#L3300: 	unmarshal: consumeSfixed32SliceValue,
		codec_gen.go#L3335: 	unmarshal: consumeSfixed32SliceValue,
		codec_gen.go#L3560: 	unmarshal: consumeFixed32Value,
		codec_gen.go#L3616: 	unmarshal: consumeFixed32SliceValue,
		codec_gen.go#L3651: 	unmarshal: consumeFixed32SliceValue,
		codec_gen.go#L3876: 	unmarshal: consumeFloatValue,
		codec_gen.go#L3932: 	unmarshal: consumeFloatSliceValue,
		codec_gen.go#L3967: 	unmarshal: consumeFloatSliceValue,
		codec_gen.go#L4192: 	unmarshal: consumeSfixed64Value,
		codec_gen.go#L4248: 	unmarshal: consumeSfixed64SliceValue,
		codec_gen.go#L4283: 	unmarshal: consumeSfixed64SliceValue,
		codec_gen.go#L4508: 	unmarshal: consumeFixed64Value,
		codec_gen.go#L4564: 	unmarshal: consumeFixed64SliceValue,
		codec_gen.go#L4599: 	unmarshal: consumeFixed64SliceValue,
		codec_gen.go#L4824: 	unmarshal: consumeDoubleValue,
		codec_gen.go#L4880: 	unmarshal: consumeDoubleSliceValue,
		codec_gen.go#L4915: 	unmarshal: consumeDoubleSliceValue,
		codec_gen.go#L5228: 	unmarshal: consumeStringValue,
		codec_gen.go#L5261: 	unmarshal: consumeStringValueValidateUTF8,
		codec_gen.go#L5304: 	unmarshal: consumeStringSliceValue,
		codec_gen.go#L5568: 	unmarshal: consumeBytesValue,
		codec_gen.go#L5611: 	unmarshal: consumeBytesSliceValue,
		codec_map.go#L140: 			v, o, err = mapi.keyFuncs.unmarshal(b, key, num, wtyp, opts)
		codec_map.go#L149: 			v, o, err = mapi.valFuncs.unmarshal(b, val, num, wtyp, opts)
		codec_map.go#L197: 			v, o, err = mapi.keyFuncs.unmarshal(b, key, num, wtyp, opts)
		codec_tables.go#L30: 	unmarshal func(b []byte, v protoreflect.Value, num protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (protoreflect.Value, unmarshalOutput, error)
		decode.go#L221: 	if xi.funcs.unmarshal == nil {
		decode.go#L247: 	v, out, err := xi.funcs.unmarshal(b, ival, num, wtyp, opts)